home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TFRMSPELLOPTIONS / TFRMSPELLOPTIONS.txt
Text File  |  2002-07-04  |  4KB  |  184 lines

  1. object FrmSpellOptions: TFrmSpellOptions
  2.   Left = 213
  3.   Top = 82
  4.   Width = 411
  5.   Height = 448
  6.   Caption = 'Spelling & Grammer'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDesktopCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PageControl1: TPageControl
  20.     Left = 8
  21.     Top = 8
  22.     Width = 385
  23.     Height = 377
  24.     ActivePage = TabSheet1
  25.     TabOrder = 0
  26.     object TabSheet1: TTabSheet
  27.       Caption = 'Spelling && Grammer'
  28.       object Bevel1: TBevel
  29.         Left = 64
  30.         Top = 24
  31.         Width = 289
  32.         Height = 9
  33.         Shape = bsTopLine
  34.       end
  35.       object Label1: TLabel
  36.         Left = 18
  37.         Top = 18
  38.         Width = 37
  39.         Height = 13
  40.         Caption = 'Spelling'
  41.       end
  42.       object Label2: TLabel
  43.         Left = 18
  44.         Top = 242
  45.         Width = 42
  46.         Height = 13
  47.         Caption = 'Grammer'
  48.       end
  49.       object Bevel2: TBevel
  50.         Left = 64
  51.         Top = 248
  52.         Width = 289
  53.         Height = 9
  54.         Shape = bsTopLine
  55.       end
  56.       object Label3: TLabel
  57.         Left = 34
  58.         Top = 210
  59.         Width = 86
  60.         Height = 13
  61.         Caption = '&Custom dictionary:'
  62.       end
  63.       object SpeedButton1: TSpeedButton
  64.         Left = 333
  65.         Top = 208
  66.         Width = 15
  67.         Height = 22
  68.         Caption = ':'
  69.         OnClick = SpeedButton1Click
  70.       end
  71.       object BtnReCheck: TButton
  72.         Left = 8
  73.         Top = 316
  74.         Width = 105
  75.         Height = 25
  76.         Caption = '&Rechec&k Document'
  77.         TabOrder = 0
  78.         OnClick = BtnReCheckClick
  79.       end
  80.       object ChkUpp: TCheckBox
  81.         Left = 32
  82.         Top = 64
  83.         Width = 153
  84.         Height = 17
  85.         Caption = 'Ignore all &UPPERCASE'
  86.         TabOrder = 1
  87.       end
  88.       object ChkSuggest: TCheckBox
  89.         Left = 32
  90.         Top = 88
  91.         Width = 153
  92.         Height = 17
  93.         Caption = 'A&lways suggest corrections'
  94.         TabOrder = 2
  95.       end
  96.       object ChkIgnoreNum: TCheckBox
  97.         Left = 32
  98.         Top = 112
  99.         Width = 153
  100.         Height = 17
  101.         Caption = 'Ignore num&bers'
  102.         TabOrder = 3
  103.       end
  104.       object ChkIgnoreBrack: TCheckBox
  105.         Left = 32
  106.         Top = 136
  107.         Width = 153
  108.         Height = 17
  109.         Caption = 'Ignore b&rackets'
  110.         TabOrder = 4
  111.       end
  112.       object ChkIgnoreFile: TCheckBox
  113.         Left = 32
  114.         Top = 160
  115.         Width = 153
  116.         Height = 17
  117.         Caption = 'Ignore &filenames'
  118.         TabOrder = 5
  119.       end
  120.       object ChkIgnoreNet: TCheckBox
  121.         Left = 32
  122.         Top = 184
  123.         Width = 153
  124.         Height = 17
  125.         Caption = 'Ignore &Internet addresses'
  126.         TabOrder = 6
  127.       end
  128.       object EdCustomDic: TEdit
  129.         Left = 128
  130.         Top = 208
  131.         Width = 201
  132.         Height = 21
  133.         TabStop = False
  134.         CharCase = ecUpperCase
  135.         Color = clBtnFace
  136.         TabOrder = 7
  137.       end
  138.       object ChkDupSpace: TCheckBox
  139.         Left = 32
  140.         Top = 264
  141.         Width = 169
  142.         Height = 17
  143.         Caption = 'Check for duplicate s&paces'
  144.         TabOrder = 8
  145.       end
  146.       object ChkDupWord: TCheckBox
  147.         Left = 32
  148.         Top = 288
  149.         Width = 169
  150.         Height = 17
  151.         Caption = 'Check for duplicate &words'
  152.         TabOrder = 9
  153.       end
  154.       object ChkMain: TCheckBox
  155.         Left = 32
  156.         Top = 40
  157.         Width = 185
  158.         Height = 17
  159.         Caption = 'Suggest from main dictionary only'
  160.         TabOrder = 10
  161.       end
  162.     end
  163.   end
  164.   object BtnOK: TButton
  165.     Left = 232
  166.     Top = 392
  167.     Width = 75
  168.     Height = 25
  169.     Caption = '&OK'
  170.     TabOrder = 1
  171.     OnClick = BtnOKClick
  172.   end
  173.   object BtnClose: TButton
  174.     Left = 320
  175.     Top = 392
  176.     Width = 75
  177.     Height = 25
  178.     Cancel = True
  179.     Caption = 'Close'
  180.     TabOrder = 2
  181.     OnClick = BtnCloseClick
  182.   end
  183. end
  184.